failure 195:
Requirement failed: {vwscanw.mvscanw.03.02} vwscanw() return ERR
location |
trace |
/var/opt/lsb/test/olver-core/2013-01-18_15-48-05/ncurses_string_scanf_scenario.utz (ncurses_string_scanf_scenario.utt), line 4466 |
occurence |
scenario |
ncurses_string_scanf_scenario |
specification function |
vwscanw_spec() |
parameter value |
CallContext context = [pid=3712,thr=b73ff6c0] |
parameter value |
WindowTPtr * @win = <0xb2a7b74>ptr to struct WindowTPtr { system=0, process=3712, address=142288640 } |
parameter value |
WindowTPtr * win = <0xb2a7b74>ptr to struct WindowTPtr { system=0, process=3712, address=142288640 } |
parameter value |
CString * @fmt = %i |
parameter value |
CString * fmt = %i |
parameter value |
List * @arguments = < 1200 > |
parameter value |
List * arguments = < 1200 > |
return value |
(IntT) 1 |
coverage & branch |
pseudo_coverage The only branch |
properties |
REQ failed |
vwscanw.mvscanw.03.02 |
kind |
POSTCONDITION_FAILED |
similar known bug(s)
According to the standard, upon successful completion, vwscanw() function from Ncurses
library shall return OK(0), otherwise, it shall return ERR(-1).
But on the target machine, the function vwscanw() returned 1 when it is called with first argument " %i".
Additional information about this bug may be found at http://linuxtesting.org/results/report?num=S0524.
|
|